trac on klixs

Here is the trac config handler on mod_python.conf I use for trac mybiz3web development project : <Location /mybiz3web> SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracEnv /var/www/html/mybiz3web PythonOption TracUriRoot /mybiz3web </Location> Add them to /etc/httpd/modules.d/16_mod_python.conf as a handler to apache web server. And I use this config to authenticate user via htpasswd password file : … Continue reading trac on klixs